-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ci] fix CUDA CI builds #3549
[ci] fix CUDA CI builds #3549
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh interesting, ok!
@StrikerRUS is this branch up to date with master
? I see the MINGW failure on GitHub Actions and it's making me nervous...https://github.com/microsoft/LightGBM/pull/3549/checks?check_run_id=1376800973
Ah! Yes, it should be! Please note that the error is different from the previous one we faced with MinGW.
As we now skip linker checks during |
And I think we install the runner later than that issue. |
@guolinke OK, thanks for the details! Then we probably hit this error with node installation/linking: actions/checkout#334, actions/checkout#333. But I think we don't use any features from v2, so it's quite safe to keep using v1. |
This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
I was wrong in #3524 (review). I guess to use v2 we need update Actions runner first: actions/checkout#348. @guolinke Could you help please? For now rollback to v1.